github.com/go-pg/pg/v10/orm.funcModel.fnIn (field)
6 uses
github.com/go-pg/pg/v10/orm (current package)
model_func.go#L13: fnIn []reflect.Value
model_func.go#L54: m.fnIn = []reflect.Value{v0}
model_func.go#L75: m.fnIn = make([]reflect.Value, fnt.NumIn())
model_func.go#L77: m.fnIn[i] = reflect.New(fnt.In(i)).Elem()
model_func.go#L79: m.Model = scanReflectValues(m.fnIn)
model_func.go#L83: out := m.fnv.Call(m.fnIn)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)